Method: Gitlab::ObjectifiedHash#[]

Defined in:
lib/gitlab/objectified_hash.rb

#[](key) ⇒ Object


27
28
29
# File 'lib/gitlab/objectified_hash.rb', line 27

def [](key)
  data[key]
end